home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / IRCII.INI < prev    next >
INI File  |  1995-01-30  |  907b  |  32 lines

  1. ; The usernames section maps Nick names to usernames. You can start
  2. ; ircII with "irc Nickname", so it will pick up all the information
  3. ; in this file.
  4. [UserNames]
  5. NoNick=nobody
  6.  
  7. ; The RealNames section specefies the value shown in the brackets
  8. ; in /who and /whois
  9. [RealNames]
  10. nobody=Somebody with an identity crisis
  11.  
  12. ; The directories section is of use for two things.
  13. ;    1. A place to look for IRC.RC (the equivalent of .ircrc)
  14. ;    2. To look up directories specefied with '~',
  15. ;       eg. ~nobody gives c:\ in this case.
  16. [Directories]
  17. nobody=c:\
  18.  
  19. [Defaults]
  20. ; You will need to specify a nearby server.
  21. Server=you.need.to.edit.ircii.ini.and.read.install.txt
  22.  
  23. ; The nick to use if none was specefied on the command line
  24. Nick=NoNick
  25.  
  26. ;Uncomment an appropriate help service
  27. ;HelpService=Help_AU
  28. ;HelpService=Help_EU
  29. ;HelpService=HELP_UK
  30. ;HelpService=HELP_US
  31. ;HelpService=IRCIIHelp
  32.